home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Apps / InterfaceBuilder.app / Resources / English.lproj / numberFormats.plist < prev    next >
Encoding:
Text File  |  1996-10-25  |  467 b   |  12 lines

  1. /* First entry is the format; the second is the positive example value,
  2.  * the third is the negative example value. */
  3. (
  4.   ( "$ #,##0.00;$ 0.00;-$ #,##0.00", "9999.99", "-9999.99" ),
  5.   ( "$ #,##0.00;$ 0.00;[Red]($ #,##0.00)", "9999.99", "-9999.99" ),
  6.   ( "0.00;0.00;-0.00", "9999.99", "-9999.99" ),
  7.   ( "0;0;-0", "99.99", "-99.99" ),
  8.   ( "00000;00000;-00000", "99.99", "-99.99" ),
  9.   ( "0%;0%;-0%", "99.99", "-99.99" ),
  10.   ( "0.00%;0.00%;-0.00%", "99.99", "-99.99" )
  11. )
  12.